projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359ed16
)
(Info-find-node-2): Search for makeinfo version more carefully.
author
Nick Roberts
<nickrob@snap.net.nz>
Fri, 30 Jun 2006 00:31:21 +0000
(
00:31
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Fri, 30 Jun 2006 00:31:21 +0000
(
00:31
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 2669b709316f43b4747dd35ce5dc058261551e51..b448a048e7de1355fcce5d6a3a854a74d487a5b0 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-844,7
+844,7
@@
a case-insensitive match is tried."
(goto-char (point-min))
(condition-case ()
(if (and (re-search-forward
- "makeinfo
version
\\([0-9]+.[0-9]+\\)"
+ "makeinfo
[ \n]version[ \n]
\\([0-9]+.[0-9]+\\)"
(line-beginning-position 3) t)
(not (version< (match-string 1) "4.7")))
(setq found t))